From 3af1f7f3dee19f241a24175e177f30a53af61534 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 4 May 2005 10:15:01 +0000 Subject: [PATCH] bitkeeper revision 1.1389.5.7 (4278a0a5VglnG7l7fg9gkM9E52ZXfQ) Make slab.h not pull in other header files. Signed-off-by: Christian Limpach --- xen/arch/x86/mtrr/generic.c | 2 +- xen/include/xen/slab.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/xen/arch/x86/mtrr/generic.c b/xen/arch/x86/mtrr/generic.c index e8d990aec7..4834266fbe 100644 --- a/xen/arch/x86/mtrr/generic.c +++ b/xen/arch/x86/mtrr/generic.c @@ -1,8 +1,8 @@ /* This only handles 32bit MTRR on 32bit hosts. This is strictly wrong because MTRRs can span upto 40 bits (36bits on most modern x86) */ #include -#include #include +#include #include #include #include diff --git a/xen/include/xen/slab.h b/xen/include/xen/slab.h index 71ff58334c..c4c8231f78 100644 --- a/xen/include/xen/slab.h +++ b/xen/include/xen/slab.h @@ -10,10 +10,6 @@ #else -#include -#include -#include - /* Allocate space for typed object. */ #define xmalloc(_type) ((_type *)_xmalloc(sizeof(_type), __alignof__(_type))) -- 2.30.2